Example Request
Example Response
Path Parameters
Unique identifier of the knowledge base to update (UUID format)
Request Body
Display name for the knowledge base
Optional description of the knowledge base purpose
UUID of the agent to attach this knowledge base to
Response
Returns the updated knowledge base object with all current configuration matching the structure from [Get Knowledge Base](/API reference/v1/knowledge/get-knowledge-base).Authorizations
API Key for authentication
Path Parameters
Body
application/json
Response
Successful Response
Represents a Knowledge Base item.
Attributes: id (str): KB unique identifier. name (str): KB name specified by the user. description (str): KB description specified by the user. type (KnowledgeBaseType): KB type, either managed or external. organization_id (str): Organization ID associated with the KB. total_documents (int): Total count of embedded documents. Defaults to 0.
KB unique identifier
KB name specified by the user
KB type, managed / external
Available options:
managed, external Organization ID
KB description specified by the user
Agent ID
Total count of embedded documents

